Spread.Services Documentation
Sort(SortOrientation,Boolean,IValueSortField[]) Method
GrapeCity.Documents.Spread Namespace > IRange Interface > Sort Method : Sort(SortOrientation,Boolean,IValueSortField[]) Method
The orientation.
if set to true [case sensitive].
The SortFieldBase array.
Sorts the cells represented by this range according to the specified options.
Syntax
void Sort( 
   SortOrientation orientation,
   System.bool caseSensitive,
   params IValueSortField[] keys
)

Parameters

orientation
The orientation.
caseSensitive
if set to true [case sensitive].
keys
The SortFieldBase array.
See Also

Reference

IRange Interface
IRange Members
Overload List